func math.cos

2 uses

	math (current package)
		sin.go#L121: 	return cos(x)
		sin.go#L124: func cos(x float64) float64 {